From: Chong Yidong Date: Sat, 3 Nov 2012 16:54:11 +0000 (+0800) Subject: * lispref/objects.texi: Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~633 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=77f6eafecaee05fcd62b03f7c7d01961bcd31ec8;p=emacs.git * lispref/objects.texi: Fix last change. --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 2507b0540eb..6933ffe492a 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -1061,7 +1061,7 @@ string. That is to say, it assumes that all non-@acronym{ASCII} characters occurring in the string are 8-bit raw bytes. In hexadecimal and octal escape sequences, the escaped character -code may contain any number of digits, so the first subsequent +code may contain a variable number of digits, so the first subsequent character which is not a valid hexadecimal or octal digit terminates the escape sequence. If the next character in a string could be interpreted as a hexadecimal or octal digit, write @w{@samp{\ }}